home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / 534.swf / scripts / DefineButton2_252 / BUTTONCONDACTION on(release).as
Text File  |  2006-01-17  |  80b  |  5 lines

  1. on(release){
  2.    _root.d_coin();
  3.    positionValue += _root.coinValue * 36;
  4. }
  5.